-
Notifications
You must be signed in to change notification settings - Fork 106
Set PYO3_BUILD_EXTENSION_MODULE env var when building pyo3 extension … #540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…modules See PyO3/pyo3#5202 for context
Not quite sure what's going on, but I don't think the crossenv failures are related. |
(Confirmed that CI on main is just red ATM :-/) |
Thanks - I pushed changelog & release commits. |
thank you! |
brainhoard-github
pushed a commit
to distro-core-curated-mirrors/poky-contrib
that referenced
this pull request
Sep 3, 2025
1.12.0 (2025-08-29) * Set PYO3_BUILD_EXTENSION_MODULE environment variable when building PyO3 extensions. #540 https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md#1120-2025-08-29 Reference: PyO3/setuptools-rust#540 Comparing Changes: PyO3/setuptools-rust@v1.11.1...v1.12.0 Signed-off-by: Tim Orling <[email protected]>
brainhoard-github
pushed a commit
to distro-core-curated-mirrors/poky-contrib
that referenced
this pull request
Sep 3, 2025
1.12.0 (2025-08-29) * Set PYO3_BUILD_EXTENSION_MODULE environment variable when building PyO3 extensions. #540 https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md#1120-2025-08-29 Reference: PyO3/setuptools-rust#540 Comparing Changes: PyO3/setuptools-rust@v1.11.1...v1.12.0 (From OE-Core rev: 7d5df19218f1084457fffeff4a88dfa8b49f486d) Signed-off-by: Tim Orling <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]>
brainhoard-github
pushed a commit
to distro-core-curated-mirrors/poky-contrib
that referenced
this pull request
Sep 4, 2025
1.12.0 (2025-08-29) * Set PYO3_BUILD_EXTENSION_MODULE environment variable when building PyO3 extensions. #540 https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md#1120-2025-08-29 Reference: PyO3/setuptools-rust#540 Comparing Changes: PyO3/setuptools-rust@v1.11.1...v1.12.0 (From OE-Core rev: 175bc1cb41b97ee7cc96dd6286f521bbd192f4da) Signed-off-by: Tim Orling <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]>
brainhoard-github
pushed a commit
to distro-core-curated-mirrors/poky-contrib
that referenced
this pull request
Sep 4, 2025
1.12.0 (2025-08-29) * Set PYO3_BUILD_EXTENSION_MODULE environment variable when building PyO3 extensions. #540 https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md#1120-2025-08-29 Reference: PyO3/setuptools-rust#540 Comparing Changes: PyO3/setuptools-rust@v1.11.1...v1.12.0 (From OE-Core rev: 175bc1cb41b97ee7cc96dd6286f521bbd192f4da) Signed-off-by: Tim Orling <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]>
brainhoard-github
pushed a commit
to distro-core-curated-mirrors/poky-contrib
that referenced
this pull request
Sep 4, 2025
1.12.0 (2025-08-29) * Set PYO3_BUILD_EXTENSION_MODULE environment variable when building PyO3 extensions. #540 https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md#1120-2025-08-29 Reference: PyO3/setuptools-rust#540 Comparing Changes: PyO3/setuptools-rust@v1.11.1...v1.12.0 (From OE-Core rev: f56760dd24686fbb39d7a7b05fd003ab5de1c3ce) Signed-off-by: Tim Orling <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]>
brainhoard-github
pushed a commit
to distro-core-curated-mirrors/poky-contrib
that referenced
this pull request
Sep 4, 2025
1.12.0 (2025-08-29) * Set PYO3_BUILD_EXTENSION_MODULE environment variable when building PyO3 extensions. #540 https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md#1120-2025-08-29 Reference: PyO3/setuptools-rust#540 Comparing Changes: PyO3/setuptools-rust@v1.11.1...v1.12.0 (From OE-Core rev: f56760dd24686fbb39d7a7b05fd003ab5de1c3ce) Signed-off-by: Tim Orling <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]>
brainhoard-github
pushed a commit
to distro-core-curated-mirrors/poky-contrib
that referenced
this pull request
Sep 5, 2025
1.12.0 (2025-08-29) * Set PYO3_BUILD_EXTENSION_MODULE environment variable when building PyO3 extensions. #540 https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md#1120-2025-08-29 Reference: PyO3/setuptools-rust#540 Comparing Changes: PyO3/setuptools-rust@v1.11.1...v1.12.0 (From OE-Core rev: 4ba218ccdec61589237674a75ba6a185071977d8) Signed-off-by: Tim Orling <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…modules
See PyO3/pyo3#5202 for context